Skip to content

feat(iac): DTOSS-12657 support disabling public access for app-insights#287

Open
josielsouzanordcloud wants to merge 1 commit intomainfrom
DTOSS-12657/disable-app-insights-public-access
Open

feat(iac): DTOSS-12657 support disabling public access for app-insights#287
josielsouzanordcloud wants to merge 1 commit intomainfrom
DTOSS-12657/disable-app-insights-public-access

Conversation

@josielsouzanordcloud
Copy link
Copy Markdown
Contributor

Description

This PR adds two new variables to the app-insights module: internet_ingestion_enabled and internet_query_enabled. These variables are mapped to the corresponding properties in the azurerm_application_insights resource.

  • internet_ingestion_enabled: Controls whether public internet ingestion is allowed for Application Insights.
  • internet_query_enabled: Controls whether public internet querying is allowed for Application Insights.

Context

To enhance the security posture of our infrastructure, we need the ability to disable public access to Application Insights when it is accessed through Private Link (AMPLS). This change allows projects using this module to enforce private-only access.

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

   Add internet_ingestion_enabled and internet_query_enabled variables
   to the Application Insights module to allow disabling public access
   when using Private Link. Both variables default to true to maintain
   backward compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant